@charset "utf-8";

#body .headline {
  background: #3a8ce0;
  border-radius: 8px;
}

#body .headline h2 a {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  line-height: 60px;
}

#body .headline a {
  width: 100%;
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#body .sub-headline a {
  font-size: 18px;
  line-height: 35px;
}

#body .title {
  border-bottom: 2px #eee solid;
  height: 35px;
}

#body .title .more {
  height: 35px;
  line-height: 35px;
  text-align: right;
}

#body .title h3 {
  border-bottom: 2px #157fe2 solid;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  font-weight: 700;
  color: #096dca;
}

/* 新闻模块一 */
#body .row .banner {
  padding-left: 0;
}

#body .banner img {
  width: 100%;
  height: 420px;
}

#body .swiper-container {
  width: 100%;
  height: 100%;
}

#body .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: auto;
  right: 0;
  width: 30%;
}

#body .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.8;
}

#body .swiper-pagination-bullet-active {
  width: 20px;
  background: #1C69C6;
  border-radius: 5px;
}

#body .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#body .swiper-slide a {
  width: 100%;
  height: 100%;
  display: inline-flex;
}

#body .swiper-container .title {
  position: absolute;
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #fff;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#body .swiper-container p {
  width: 70%;
  text-align: left;
  text-indent: 1em;
}

#body .news-tab {
  background: #FFFFFF;
  box-shadow: 0px 1px 16px 0px rgb(178 190 203 / 34%);
  border-radius: 2px;
}

#body .tab-title {
  height: 60px;
}

#body .tab-title li {
  font-size: 24px;
  font-weight: 700;
  color: #797979;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}

#body .tab-content .more {
  position: relative;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  color: #666;
  border-radius: 4px;
  width: auto;
}

#body .tab-content .more a::before,
.tab-content .more a::after {
  position: absolute;
  top: 0;
  content: '\2022';
  font-weight: normal;
  font-size: 12px;
  color: #ddd;
  text-shadow: 8px 0 #ddd, -8px 0 #ddd;
  pointer-events: none;
}

#body .tab-content .more a::before {
  left: 30%;
}

#body .tab-content .more a::after {
  right: 30%;
}

#body .tab-title .active {
  color: #1C69C6;
}

#body .tab-content [class*="col-"] {
  padding-left: 20px;
  padding-right: 0;
}

#body .tab-content a {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  position: relative;
  display: inline-block;
}

#body .tab-content .tab-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#body .tab-content .list-item a::before {
  content: '';
  position: absolute;
  top: 45%;
  background-color: #3333334d;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-left: 5px;
}

#body .tab-content .list-item a:hover::before {
  width: 12px;
  height: 12px;
  top: 35%;
  border: none;
  left: -3px;
  background: url(tabs-icon.png) no-repeat center center;
}

#body .tab-content .time {
  text-align: right;
  color: #797979
}

#body .tab-content .list-item:hover .tab-item,
#body .tab-content .list-item:hover .time {
  color: #1865cc;
}

/* 新闻模块二 */
#body .news-list a,
#body .video-list a {
  width: 100%;
  position: relative;
  display: inline-block;
  border-bottom: 1px #eee dotted;
  font-size: 16px;
  line-height: 40px;
}

#body .news-list a::before {
  content: '';
  position: absolute;
  top: 45%;
  border: 1px solid #4baef3;
  background-color: #4baef3;
  display: inline-block;
  width: 4px;
  height: 4px;
}

#body .news-list a .news-item,
#body .video-list a .news-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

#body .news-list a .time,
#body .video-list a .time {
  color: #999;
  font-size: 14px;
  text-align: right;
}

#body .video-list .news-item {
  background: url(video-icon.png) no-repeat left center;
}

#body .video-list [class*="col-"] {
  padding-right: 0;
  padding-left: 25px;
}

#body .news-list [class*="col-"] {
  padding-right: 0;
}
.pc_wsbs_l{
   display: none;

}

@media (max-width: 480px) {
  #body .sub-headline a {
    font-size: 14px;
  }

  #body .headline h2 a {
    font-size: 22px;
  }

  #body .banner {
    padding-left: 15px !important;
    margin-top: -35px;
  }

  #body .banner img {
    width: 100%;
    height: 270px;
  }
/*  网上办事    */
  .wsbs_l {
    display: none;
}
.pc_wsbs_l{
   display: block;
   height: auto;
}
.pc_wsbs_l .swiper-container-horizontal>.swiper-pagination-bullets,.swiper-container-horizontal>.swiper-pagination-bullets{bottom: -5px;}
#con_xw_2 li:hover {
    background: url(wsbs_bg.png) no-repeat center;
}
#con_xw_1 li:hover a,
#con_xw_2 li:hover a,
#con_xw_3 li:hover a,
#con_xw_4 li:hover a{
    font-size: 16px;
}

ul#con_xw_2 {
    height: auto;
}
.xchf .swiper-pagination-bullets{
   display: none;
}
}